.main .head-tree{
    margin-top: 30px;
    width: 1160px;
    padding:0 20px;
    background-color: #f7f8fa;
    border-bottom: 1px solid #ebebeb;
}
.main .actirl{
    width: 1160px;
    margin: 0 20px;
}
.main .actirl .tit-bt{
    width: 100%;
    height: 30px;
    border-bottom: 1px dotted #ebebeb;
}
.main .actirl .tit-bt .rt-info span{
    display: inline-block;
    padding: 4px;
}
.main .actirl .tit-bt .rt-info .active{
    background-color: #ff6d3b;
    color: #fff;
}
.main .actirl .txt{
    overflow: hidden;
    line-height: 20px;
    text-indent: 2em;
    margin: 30px 0 50px 0;
}

/* table */
.table {
    table-layout: fixed;
    width       : 100%;
    border      : solid #e6e6e6;
    border-width: 1px 1px 0px 1px;
}

.table tr{
    height    : 60px;
}

.table th,
.table td {
    border      : solid #e6e6e6;
    border-width: 0px 1px 1px 0px;
    color       : #333333;
    font-size   : 16px;
  box-sizing: border-box;
}

.table th:last-child,
.table td:last-child {
    border-right: none;
}
td{
    height: 40px;
    padding: 0 15px;
}
.pointer-hover tr:hover{
    background-color: #f6faff;
}
.no-center {
    text-align  : left;
    padding-left: 20px;
}
.text-right{
    text-align: right;
}
.text-left{
  text-align: left;
}
.rt-info img{
  position: relative;
  top: -3px;
  cursor: pointer;
}

.rt-info + .rt-info{
  margin-right: 57px;
}

.qq .rt-info .active {
  margin-left: 7px;
}

.rt-info img + img{
  margin-left: 14px;
}

.detail-content{
  margin-top: 40px;
}

.detail-content{
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px dotted #ebebeb;
  padding-bottom: 72px;
}

.detail-content div{
  text-indent: 33px
}

.detail-content div + div{
  margin-top: 22px;
}

.detail-content img{
  margin-top: 46px;
}

.detail-content .name{
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin-top: 24px;
}

.pieces ul li{
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.pieces ul li + li{
  margin-top: 22px;
}

.pieces .color-4293f4{
  margin: 0 8px 0 3px;
}

.report-content, .yy-content{
  width: 913px;
  margin: auto;
  font-size: 16px;
  color: #333333;
}

.report-content .detail{
  line-height: 48px;
}

.report-content .detail div{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.complaints-report-bottom{
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}

.yy-content{
  margin-top: 26px!important;
}

.yy-content .btns{
  margin-top: 40px;
}

.yy-content  .unchecked{
  background: #c6ddfc;
  color: #ffffff ;
}

.yy-content  .checked{
  background: #4193f3;
  color: #ffffff ;
}

.query-results-content{
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  min-height: 500px;
}

.investigation-table tr{
  height: 40px;
}
